home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / var / lib / dpkg / info / aspell.postinst < prev    next >
Text File  |  2009-09-09  |  139b  |  10 lines

  1. #!/bin/sh -e
  2.  
  3.  
  4.  
  5. if [ "$1" = "configure" ] ; then
  6.     if [ -x /usr/sbin/aspell-autobuildhash ]; then
  7.         aspell-autobuildhash
  8.     fi
  9. fi
  10.